home *** CD-ROM | disk | FTP | other *** search
/ Freaks Macintosh Archive / Freaks Macintosh Archive.bin / Freaks Macintosh Archives / Ham⁄GPS / SoftKiss.src.1.8 Folder / SoftKiss.src.1.8 / (unloved) / sfk_macmail.h < prev    next >
Text File  |  1990-07-31  |  301b  |  13 lines

  1. /*
  2.  * mmc_macmail interface to to turn off/on mailcheck while macmail is running
  3.  * should be called every five min or so to inhibit mailcheck
  4.  */
  5.  
  6. #define MMC_normal     (0L)
  7. #define MMC_inhibit (1L)
  8.  
  9. /*
  10.  * set desire for inhibit and name as a str255
  11.  */
  12. void mmc_macmail(long want_inhibit,char *name);
  13.